projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0adfe
)
remove unused field into comp-func
author
Andrea Corallo
<akrl@sdf.org>
Sun, 22 Sep 2019 07:57:15 +0000
(09:57 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:52 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 8761312a5474ae85a3c136ce46f2d3554de41129..dd3b5200bc20d93703d24a44ebedcd0cd6da5403 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-183,8
+183,6
@@
Is in use to help the SSA rename pass."))
:documentation "Function symbol's name.")
(c-func-name nil :type string
:documentation "The function name in the native world.")
- (func nil
- :documentation "Original form.")
(byte-func nil
:documentation "Byte compiled version.")
(lap () :type list